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