Parcourir la source

任务模板调整

lmx il y a 6 jours
Parent
commit
b2732713db
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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"; // 默认值
     }