修改禅道已知bug
This commit is contained in:
@@ -54,7 +54,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 999;
|
z-index: 111999;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: rgba(255, 255, 255, 0.9);
|
background-color: rgba(255, 255, 255, 0.9);
|
||||||
|
|||||||
@@ -1048,6 +1048,7 @@
|
|||||||
})
|
})
|
||||||
let _this = this
|
let _this = this
|
||||||
let param = { ids: _array.join(',') }
|
let param = { ids: _array.join(',') }
|
||||||
|
this.textLoading = true
|
||||||
axios({
|
axios({
|
||||||
url: '/jero-boot/params/collectManifest/back',
|
url: '/jero-boot/params/collectManifest/back',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
@@ -1066,14 +1067,17 @@
|
|||||||
})
|
})
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
if (res.data.success) {
|
if (res.data.success) {
|
||||||
|
this.textLoading = false
|
||||||
_this.$message.success(_this.$t('OperationSuccessful'))
|
_this.$message.success(_this.$t('OperationSuccessful'))
|
||||||
_this.GetgetTableList()
|
_this.GetgetTableList()
|
||||||
_this.selectedRowKeysValue = []
|
_this.selectedRowKeysValue = []
|
||||||
} else {
|
} else {
|
||||||
|
this.textLoading = false
|
||||||
_this.$message.warning(_this.$t('operationFailed'))
|
_this.$message.warning(_this.$t('operationFailed'))
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.catch((error) => {
|
.catch((error) => {
|
||||||
|
this.textLoading = false
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
// 强制撤回权限
|
// 强制撤回权限
|
||||||
@@ -1093,6 +1097,7 @@
|
|||||||
})
|
})
|
||||||
let _this = this
|
let _this = this
|
||||||
let param = { ids: _array.join(',') }
|
let param = { ids: _array.join(',') }
|
||||||
|
this.textLoading = true
|
||||||
axios({
|
axios({
|
||||||
url: '/jero-boot/params/collectManifest/withdraw',
|
url: '/jero-boot/params/collectManifest/withdraw',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
@@ -1111,14 +1116,17 @@
|
|||||||
})
|
})
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
if (res.data.success) {
|
if (res.data.success) {
|
||||||
|
this.textLoading = false
|
||||||
_this.$message.success(_this.$t('OperationSuccessful'))
|
_this.$message.success(_this.$t('OperationSuccessful'))
|
||||||
_this.GetgetTableList()
|
_this.GetgetTableList()
|
||||||
_this.selectedRowKeysValue = []
|
_this.selectedRowKeysValue = []
|
||||||
} else {
|
} else {
|
||||||
|
this.textLoading = false
|
||||||
_this.$message.warning(_this.$t('operationFailed'))
|
_this.$message.warning(_this.$t('operationFailed'))
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.catch((error) => {
|
.catch((error) => {
|
||||||
|
this.textLoading = false
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
// 分配填写人
|
// 分配填写人
|
||||||
@@ -1195,6 +1203,7 @@
|
|||||||
this.$confirm({
|
this.$confirm({
|
||||||
content: _this.$t('ConfirmBatchDeletion'),
|
content: _this.$t('ConfirmBatchDeletion'),
|
||||||
onOk() {
|
onOk() {
|
||||||
|
this.textLoading = true
|
||||||
axios({
|
axios({
|
||||||
url: '/jero-boot/params/collectManifest/deleteBatch',
|
url: '/jero-boot/params/collectManifest/deleteBatch',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
@@ -1217,11 +1226,14 @@
|
|||||||
_this.selectedRowKeys = []
|
_this.selectedRowKeys = []
|
||||||
_this.$refs.CollectionTabel.getData()
|
_this.$refs.CollectionTabel.getData()
|
||||||
_this.$refs.CollectionTabel.getTableList()
|
_this.$refs.CollectionTabel.getTableList()
|
||||||
|
this.textLoading = false
|
||||||
} else {
|
} else {
|
||||||
|
this.textLoading = false
|
||||||
_this.$message.warning(_this.$t('operationFailed'))
|
_this.$message.warning(_this.$t('operationFailed'))
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.catch((error) => {
|
.catch((error) => {
|
||||||
|
this.textLoading = false
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user