Commit c60eed6b authored by 沈翠玲's avatar 沈翠玲

修改工序检测模版

parent f8f3f8da
......@@ -327,6 +327,7 @@ export default {
templateName: null,
itemTypeId: null,
itemTypeName: null,
itemTypeCode: null,
qcType: 'IPQC',
processId:null,
processName: null,
......@@ -427,6 +428,7 @@ export default {
/** 查询分类下拉树结构 */
getTreeselect() {
treeselect().then(response => {
console.log('response.data', response.data)
this.itemTypeOptions = response.data;
});
},
......@@ -509,6 +511,7 @@ export default {
},
onItemTypeSelected(obj) {
this.form.itemTypeName = obj.label;
this.form.itemTypeCode = obj.itemTypeCode
},
// 文件上传中处理
handleFileUploadProgress(event, file, fileList) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment