---修改赋值

This commit is contained in:
2025-12-08 10:24:34 +08:00
parent 6e6d43dbf9
commit c44db962c3
5 changed files with 15 additions and 15 deletions

View File

@ -69,9 +69,9 @@
const fileList = ref<any[]>([]); const fileList = ref<any[]>([]);
const list = ref<any[]>([]); const list = ref<any[]>([]);
const { notification } = useMessage(); const { notification } = useMessage();
const tableId = ref<string>(''); const tableId = ref<string>(props.value);
const tableName = ref<string>(''); const tableName = ref<string>(props.tableName);
const columnName = ref<string>(''); const columnName = ref<string>(props.columnName);
const bindValues = (data:any)=>{ const bindValues = (data:any)=>{
if(data){ if(data){

View File

@ -52,9 +52,9 @@
const fileList = ref(''); const fileList = ref('');
const list = ref<any[]>([]); const list = ref<any[]>([]);
const { notification } = useMessage(); const { notification } = useMessage();
const tableId = ref<string>(''); const tableId = ref<string>(props.value);
const tableName = ref<string>(''); const tableName = ref<string>(props.tableName);
const columnName = ref<string>(''); const columnName = ref<string>(props.columnName);
const bindValues = (data:any)=>{ const bindValues = (data:any)=>{
if(data){ if(data){

View File

@ -69,9 +69,9 @@
const fileList = ref<any[]>([]); const fileList = ref<any[]>([]);
const list = ref<any[]>([]); const list = ref<any[]>([]);
const { notification } = useMessage(); const { notification } = useMessage();
const tableId = ref<string>(''); const tableId = ref<string>(props.value);
const tableName = ref<string>(''); const tableName = ref<string>(props.tableName);
const columnName = ref<string>(''); const columnName = ref<string>(props.columnName);
const bindValues = (data:any)=>{ const bindValues = (data:any)=>{
if(data){ if(data){

View File

@ -167,9 +167,9 @@ import { methodOf } from 'lodash-es';
const fileList = ref<any[]>([]); const fileList = ref<any[]>([]);
const list = ref<any[]>([]); const list = ref<any[]>([]);
const { notification } = useMessage(); const { notification } = useMessage();
const tableId = ref<string>(''); const tableId = ref<string>(props.value);
const tableName = ref<string>(''); const tableName = ref<string>(props.tableName);
const columnName = ref<string>(''); const columnName = ref<string>(props.columnName);
const removeIds = ref<string[]>([]); const removeIds = ref<string[]>([]);
const bindValues = (data:any)=>{ const bindValues = (data:any)=>{

View File

@ -164,9 +164,9 @@
const fileList = ref<any[]>([]); const fileList = ref<any[]>([]);
const list = ref<any[]>([]); const list = ref<any[]>([]);
const { notification } = useMessage(); const { notification } = useMessage();
const tableId = ref<string>(''); const tableId = ref<string>(props.value);
const tableName = ref<string>(''); const tableName = ref<string>(props.tableName);
const columnName = ref<string>(''); const columnName = ref<string>(props.columnName);
const bindValues = (data:any)=>{ const bindValues = (data:any)=>{
if(data){ if(data){