检测项不良分类信息提交

master
zhaoxiaolin 8 months ago
parent 70f8604c7a
commit 2e77083603

@ -121,7 +121,6 @@ import { getCkeckProjectList,changeCheckDetailStatus,commitActualValue,commitChe
export default { export default {
name: "itemSelectUser", name: "itemSelectUser",
dicts: ["check_result","qc_rule_prop"], dicts: ["check_result","qc_rule_prop"],
props: ['defectType'],
data() { data() {
return { return {
viewStatus : '0', viewStatus : '0',
@ -173,8 +172,7 @@ export default {
methods: { methods: {
getDefect(){ getDefect(){
console.log(this.defectType); getDefectList(this.typeCode).then(response => {
getDefectList(this.defectType).then(response => {
this.defectList = response; this.defectList = response;
}); });
}, },
@ -189,6 +187,7 @@ export default {
this.queryParams.pageNum = 1; this.queryParams.pageNum = 1;
this.queryParams.pageSize = 10; this.queryParams.pageSize = 10;
this.getList(); this.getList();
this.getDefect();
}, },
view(rowdata,typeCode){ view(rowdata,typeCode){

Loading…
Cancel
Save