|
@@ -568,8 +568,17 @@ export default {
|
|
|
this.$refs.program.radio = res.data.programConf
|
|
|
}
|
|
|
this.$refs.program.tableData = this.setKeyList(res.data.programList)
|
|
|
- // 赋值-三坐标系列
|
|
|
- this.tenant = {...res.data};
|
|
|
+ // 赋值-三坐标系列
|
|
|
+ this.tenant = {
|
|
|
+ threeDimensionalConf: res.data.threeDimensionalConf==null? "0" : res.data.threeDimensionalConf,
|
|
|
+ threeDimensionalPrograme: res.data.threeDimensionalPrograme,
|
|
|
+ threeDimensionalDeviationConf: res.data.threeDimensionalDeviationConf==null? "0" : res.data.threeDimensionalDeviationConf,
|
|
|
+ threeDimensionalDeviationPrograme: res.data.threeDimensionalDeviationPrograme,
|
|
|
+ // 工序抽检配置
|
|
|
+ randomCheckConf: res.data.randomCheckConf==null? "0" : res.data.randomCheckConf,
|
|
|
+ threeDimensionalPrograme: res.data.threeDimensionalPrograme
|
|
|
+ };
|
|
|
+
|
|
|
// 获取【人工质检】数据
|
|
|
/*if(!!res.data.programTest){
|
|
|
this.$refs.quality.radio = res.data.programTest
|