Эх сурвалжийг харах

新建需求没有自动填入业务线的bug

qinzhipeng_v@didiglobal.com 4 жил өмнө
parent
commit
5da5bdff43

+ 1 - 0
src/views/projectManage/requirement/list/create.vue

@@ -241,6 +241,7 @@ export default {
         }
         this.$emit('cancel', false)
       }
+      this.form = { source: 1, type: 0, dependOnRelease: 0, belongingProject: '-1', bizId: this.bizId }
     },
     bizId: {
       handler(newV) {

+ 3 - 3
src/views/quality/components/drawerAll.vue

@@ -367,15 +367,15 @@ export default {
   color: #333333;
   font-weight: 600;
 }
-.qz-message { color: #444; font-size: 14px;}
 .qz-drawer-grade {
-  @extend .qz-message;
+  color: #444; font-size: 14px;
   position: absolute;
   top: 28px;
   left: 185px;
 }
 .qz-drawer-grade-tow {
-  @extend .qz-message;
+  color: #444;
+  font-size: 14px;
   position: absolute;
   top: 28px;
   left: 150px;