检测项不良分类信息提交

master
zhaoxiaolin 8 months ago
parent 70f8604c7a
commit 2e77083603

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

Loading…
Cancel
Save