|
|
|
@ -303,7 +303,7 @@ export default { |
|
|
|
} |
|
|
|
refreshPropertiesModal(params).then(({data}) => { |
|
|
|
if (data && data.code === 0) { |
|
|
|
this.$message.success(data.msg); |
|
|
|
this.$message.success('操作成功'); |
|
|
|
this.getProperties(); |
|
|
|
this.attributeDialog = true; |
|
|
|
} else { |
|
|
|
@ -353,7 +353,7 @@ export default { |
|
|
|
this.loading = true |
|
|
|
updatePropertiesList(this.copyAttributeList).then(({data})=>{ |
|
|
|
if (data && data.code === 0){ |
|
|
|
this.$message.success(data.msg); |
|
|
|
this.$message.success('操作成功'); |
|
|
|
this.getProperties(); |
|
|
|
this.attributeDialog = true; |
|
|
|
}else { |
|
|
|
@ -389,7 +389,7 @@ export default { |
|
|
|
} |
|
|
|
saveSubPropertiesValueForAlone(arr).then(({data})=>{ |
|
|
|
if (data && data.code === 0){ |
|
|
|
this.$message.success(data.msg); |
|
|
|
this.$message.success('操作成功'); |
|
|
|
this.getProperties(params) |
|
|
|
}else { |
|
|
|
this.$message.warning(data.msg); |
|
|
|
@ -405,7 +405,7 @@ export default { |
|
|
|
} |
|
|
|
deleteSubPropertiesValueForAlone(params.dataTableList).then(({data})=>{ |
|
|
|
if (data && data.code === 0){ |
|
|
|
this.$message.success(data.msg); |
|
|
|
this.$message.success('操作成功'); |
|
|
|
this.getProperties(params) |
|
|
|
|
|
|
|
}else { |
|
|
|
@ -426,6 +426,7 @@ export default { |
|
|
|
site:this.$store.state.user.site, |
|
|
|
functionType: this.functionType, |
|
|
|
list :this.dataList, |
|
|
|
codeNo: this.codeNo, |
|
|
|
} |
|
|
|
searchPropertiesItemList(inData).then(({data}) => { |
|
|
|
if (data && data.code === 0){ |
|
|
|
|