更新页面
This commit is contained in:
@ -30,16 +30,13 @@ const formData = ref([
|
||||
{ label: "要素名称", prop: "sfbqxl", type: "input", options: [] },
|
||||
{ label: "要素描述", prop: "ysms", type: "textarea", width: "100%" },
|
||||
]);
|
||||
const listQuery = ref({
|
||||
sfbqdj: []
|
||||
}); //表单
|
||||
const loading = ref(false);
|
||||
const elform = ref();
|
||||
const title = ref("");
|
||||
const rules = reactive({
|
||||
bqmc: [{ required: true, message: "请输入标签名称", trigger: "blur" }]
|
||||
});
|
||||
const editpeo = ref();
|
||||
const listQuery = ref({}); //表单
|
||||
const loading = ref(false);
|
||||
const elform = ref();
|
||||
const title = ref("");
|
||||
onMounted(() => {});
|
||||
// 初始化数据
|
||||
const init = (type, row,) => {
|
||||
|
Reference in New Issue
Block a user