소스 검색

任务模板调整

lmx 1 주 전
부모
커밋
b2732713db
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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"; // 默认值
     }