更新
This commit is contained in:
@ -23,12 +23,18 @@
|
||||
</div>
|
||||
</template>
|
||||
<script setup>
|
||||
import { getItem } from "@/utils/storage";
|
||||
import { ElMessage } from "element-plus";
|
||||
import { qcckGet ,qcckPost} from "@/api/qcckApi.js";
|
||||
import emitter from "@/utils/eventBus.js";
|
||||
import { onMounted, ref,onUnmounted } from 'vue'
|
||||
const showDialog = ref(false)
|
||||
const listQuery = ref({})
|
||||
const listQuery = ref({
|
||||
xm: getItem("USERNAME") || '',
|
||||
sfzh: getItem("idEntityCard") || '',
|
||||
lxdh: '',
|
||||
qxsm: '',
|
||||
})
|
||||
const formRef = ref()
|
||||
const rules = ref({
|
||||
xm: [{ required: true, message: '请输入申请人姓名', trigger: 'blur' }],
|
||||
|
||||
Reference in New Issue
Block a user