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