| | |
| | | header: true, |
| | | rowKey: 'oid', |
| | | selection: false, |
| | | refreshBtn:false, |
| | | refreshBtn: false, |
| | | column: [ |
| | | {label: '集团分类', prop: 'sourceClassifyName', minWidth: 80}, |
| | | {label: '所属视图', prop: 'viewName', minWidth: 80}, |
| | |
| | | message: "请选择一条集团分类" |
| | | }); |
| | | } else { |
| | | const response = await syncClassifyModel(param) |
| | | if (response.status === 200) { |
| | | console.log(response) |
| | | try { |
| | | const response = await syncClassifyModel(param); |
| | | if (response.status === 200) { |
| | | this.$message.success(response.data.msg) |
| | | } |
| | | } catch (error) { |
| | | console.error(error); |
| | | } |
| | | } |
| | | }, |