|
|
@ -286,7 +286,7 @@ |
|
|
|
:close-on-click-modal="false" |
|
|
|
:close-on-press-escape="false" |
|
|
|
:title="'标签配置'" |
|
|
|
width="900px" |
|
|
|
width="954px" |
|
|
|
top="5vh" |
|
|
|
class="dialog-h" |
|
|
|
@closed="showLabelForm = false" |
|
|
@ -728,6 +728,7 @@ export default { |
|
|
|
}, |
|
|
|
async addFuwu() { |
|
|
|
// 处理服务范围数据 |
|
|
|
this.startLoading() |
|
|
|
await this.operationOption(); |
|
|
|
this.formData.attachmentList = [...this.fileList] |
|
|
|
let arr = [] |
|
|
@ -777,9 +778,7 @@ export default { |
|
|
|
resiSearchTagId:this.formData.resiSearchTagId, |
|
|
|
policyId:this.formData.policyId |
|
|
|
}; |
|
|
|
console.log(params); |
|
|
|
const { data, code, msg } = await requestPost(url, params); |
|
|
|
|
|
|
|
if (code === 0) { |
|
|
|
this.$message.success("操作成功"); |
|
|
|
this.resetData(); |
|
|
@ -788,6 +787,7 @@ export default { |
|
|
|
this.btnDisable = false; |
|
|
|
this.$message.error(msg); |
|
|
|
} |
|
|
|
this.endLoading() |
|
|
|
}, |
|
|
|
async getDemandOptions() { |
|
|
|
this.$http |
|
|
|