|
|
@ -121,6 +121,7 @@ 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',
|
|
|
@ -172,7 +173,8 @@ export default {
|
|
|
|
methods: {
|
|
|
|
methods: {
|
|
|
|
|
|
|
|
|
|
|
|
getDefect(){
|
|
|
|
getDefect(){
|
|
|
|
getDefectList('material').then(response => {
|
|
|
|
console.log(this.defectType);
|
|
|
|
|
|
|
|
getDefectList(this.defectType).then(response => {
|
|
|
|
this.defectList = response;
|
|
|
|
this.defectList = response;
|
|
|
|
});
|
|
|
|
});
|
|
|
|
},
|
|
|
|
},
|
|
|
|