refactor(工作台): 页面样式优化

--user=郭雨琦
This commit is contained in:
guoyuqi 2022-07-26 13:12:43 +08:00 committed by xiaomeinvG
parent f8b31d9723
commit 6722dc0d02
1 changed files with 2 additions and 1 deletions

View File

@ -1068,8 +1068,9 @@ export default {
let selectIds = this.$refs.caseTable.selectIds;
let fromData = this.$refs.synSetting.fromData;
fromData.ids = selectIds;
this.condition.syncConfig = fromData
if (hasLicense()) {
this.$post('/api/sync/case/batch', fromData, response => {
this.$post('/api/sync/case/batch', this.condition, response => {
this.batchSyncCaseVisible = false;
this.$message.success("success");
this.initTable();