Explorar el Código

任务模板调整

lmx hace 6 días
padre
commit
b2732713db
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/views/qw/sopTemp/index.vue

+ 3 - 0
src/views/qw/sopTemp/index.vue

@@ -876,6 +876,9 @@ export default {
           this.title = "修改";
         }
         this.form = response.data;
+        if(!!this.form && !!this.form.project){
+          this.form.project = String(this.form.project);
+        }
         if (!this.form.IsAtAll) {
         this.form.IsAtAll = "1"; // 默认值
     }