浏览代码

领料打印更改

qinhb 3 月之前
父节点
当前提交
dd251600a0
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 3 2
      src/views/plan/requisition/exportInfo.vue
  2. 0 1
      src/views/plan/requisition/index.vue

+ 3 - 2
src/views/plan/requisition/exportInfo.vue

@@ -70,8 +70,9 @@ const router = useRouter();
 onMounted(() => {
   getTableData();
 });
-watch(props.excelRow, () => {
-  console.log(excelRow.value, "watch");
+watch(()=>props.excelRow, () => {  getTableData();
+},{
+  deep:true
 });
 </script>
 <style>

+ 0 - 1
src/views/plan/requisition/index.vue

@@ -43,7 +43,6 @@
         >
         <el-button
           type="primary"
-          v-if="row.state === '8'"
           link
           size="small"
           @click="openDialog1(row)"