merge
This commit is contained in:
@@ -174,10 +174,6 @@ const visibleDialogFun = () => {
|
||||
editRowInfo.value = {};
|
||||
setWorkName();
|
||||
addOrEditVisible.value = true;
|
||||
// console.log('tableFormRef.value', tableFormRef.value);
|
||||
// nextTick(() => {
|
||||
// tableFormRef.value.resetFun();
|
||||
// });
|
||||
};
|
||||
|
||||
const tableFormRef = ref();
|
||||
@@ -185,7 +181,6 @@ const tableFormRef = ref();
|
||||
const confirmFun = async () => {
|
||||
if (tableFormRef.value.validateFun()) {
|
||||
const form = tableFormRef.value.getFormDataFun();
|
||||
console.log('form', form);
|
||||
if (isEdit.value) {
|
||||
const params = {
|
||||
id: form.id,
|
||||
|
||||
Reference in New Issue
Block a user