src/components/do/b1-ins-order/add.vue
@@ -107,6 +107,7 @@
                  <span style="color: #3A7BFA;">保存模板</span>
               </el-button>
               <el-button size="medium" type="primary" @click="save" :loading="saveLoad" v-show="active==1">提交</el-button>
          <!-- 审核 -->
               <el-button size="medium" @click="upInsOrderOfState(2)" :loading="saveLoad" v-show="active==3">不通过</el-button>
               <el-button size="medium" type="primary" @click="upInsOrderOfState(1)" :loading="saveLoad"
                  v-show="active==3">通过</el-button>
@@ -458,6 +459,7 @@
            </el-row>
         </span>
      </el-dialog>
   </div>
</template>
@@ -1123,7 +1125,7 @@
        this.$nextTick(()=>{
          this.$refs.productTable.doLayout()
        })
      }
      },
      }
   }
</script>