Browse Source

2024-12-20

接口更新
master
fengyuan_yang 1 year ago
parent
commit
c9db99b22d
  1. 19
      src/views/modules/project/projectInfo/com_project_info_part.vue

19
src/views/modules/project/projectInfo/com_project_info_part.vue

@ -875,7 +875,6 @@ import {
} from "@/api/base/properties.js"
import {
queryMasterField, // masterPart
toBecomeOfficialPart, //
partInformationSave2, //
getProjectPartNo, //
getProjectPartRow, //
@ -2646,24 +2645,6 @@ import {
})
},
//
toBecomeOfficialPart () {
toBecomeOfficialPart(this.modalData).then(({data}) => {
if (data && data.code === 0) {
this.$message({
message: '操作成功',
type: 'success',
duration: 1500,
onClose: () => {}
})
} else {
this.$alert(data.msg, '错误', {
confirmButtonText: '确定'
})
}
})
},
//
inventoryPartClick (tab, event) {
this.refreshInventoryPartTable()

Loading…
Cancel
Save