标准预警更新失败
This commit is contained in:
@@ -689,13 +689,11 @@ export default {
|
|||||||
this.$http.get('sys/EarlyWarning/ChangePermissions', {
|
this.$http.get('sys/EarlyWarning/ChangePermissions', {
|
||||||
id: row.id,
|
id: row.id,
|
||||||
}, {}, res => {
|
}, {}, res => {
|
||||||
if (res.ok === true) {
|
|
||||||
this.pageConfig.page = 1
|
this.pageConfig.page = 1
|
||||||
this.pageConfig.newPolicyPage = 1
|
this.pageConfig.newPolicyPage = 1
|
||||||
this.pageConfig.oldPolicyPage = 1
|
this.pageConfig.oldPolicyPage = 1
|
||||||
this.searchBtnClick()
|
this.searchBtnClick()
|
||||||
this.getEarlyDate()
|
this.getEarlyDate()
|
||||||
}
|
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
}).catch(() => {
|
}).catch(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user