Browse Source

任务模板调整

lmx 1 week ago
parent
commit
b2732713db
1 changed files with 3 additions and 0 deletions
  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"; // 默认值
     }