Commit 36fbf6c6 authored by 周远喜's avatar 周远喜

参数调整

parent 849e2b9c
...@@ -282,6 +282,13 @@ export default { ...@@ -282,6 +282,13 @@ export default {
let vkey = "mes_op_task_plan_simulate" + "." + key; let vkey = "mes_op_task_plan_simulate" + "." + key;
return this.$t(vkey) || key; return this.$t(vkey) || key;
} }
},
watch:{
"entity.partTaskPk"(v,n){
if(v){
}
}
} }
}; };
</script> </script>
......
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