update 权限申请流程
This commit is contained in:
+2
-2
@@ -348,7 +348,7 @@ export default {
|
||||
*/
|
||||
handleSave () {
|
||||
if (this.loading) return
|
||||
// this.loading = true
|
||||
this.loading = true
|
||||
this.getPageParams(false).then(res => {
|
||||
console.log(res)
|
||||
return saveInspectRectify(res)
|
||||
@@ -370,7 +370,7 @@ export default {
|
||||
*/
|
||||
handleSubmit () {
|
||||
if (this.loading) return
|
||||
// this.loading = true
|
||||
this.loading = true
|
||||
this.getPageParams().then(res => {
|
||||
console.log(res)
|
||||
res.map.pass = true
|
||||
|
||||
Reference in New Issue
Block a user