research update

This commit is contained in:
2023-06-09 17:31:39 +08:00
parent a76aa5eddb
commit ead6700f2c
34 changed files with 4722 additions and 983 deletions

View File

@ -68,7 +68,7 @@
<script setup>
import { listSysIndustry } from "@/api/config";
// import { watch } from "fs";
import { reactive, toRefs, watch } from "vue";
import {reactive, ref, toRefs, watch} from "vue";
const props = defineProps({
modelValue: Object,
labelWidth: {