---修改赋值
This commit is contained in:
@ -69,9 +69,9 @@
|
||||
const fileList = ref<any[]>([]);
|
||||
const list = ref<any[]>([]);
|
||||
const { notification } = useMessage();
|
||||
const tableId = ref<string>('');
|
||||
const tableName = ref<string>('');
|
||||
const columnName = ref<string>('');
|
||||
const tableId = ref<string>(props.value);
|
||||
const tableName = ref<string>(props.tableName);
|
||||
const columnName = ref<string>(props.columnName);
|
||||
|
||||
const bindValues = (data:any)=>{
|
||||
if(data){
|
||||
|
||||
@ -52,9 +52,9 @@
|
||||
const fileList = ref('');
|
||||
const list = ref<any[]>([]);
|
||||
const { notification } = useMessage();
|
||||
const tableId = ref<string>('');
|
||||
const tableName = ref<string>('');
|
||||
const columnName = ref<string>('');
|
||||
const tableId = ref<string>(props.value);
|
||||
const tableName = ref<string>(props.tableName);
|
||||
const columnName = ref<string>(props.columnName);
|
||||
|
||||
const bindValues = (data:any)=>{
|
||||
if(data){
|
||||
|
||||
@ -69,9 +69,9 @@
|
||||
const fileList = ref<any[]>([]);
|
||||
const list = ref<any[]>([]);
|
||||
const { notification } = useMessage();
|
||||
const tableId = ref<string>('');
|
||||
const tableName = ref<string>('');
|
||||
const columnName = ref<string>('');
|
||||
const tableId = ref<string>(props.value);
|
||||
const tableName = ref<string>(props.tableName);
|
||||
const columnName = ref<string>(props.columnName);
|
||||
|
||||
const bindValues = (data:any)=>{
|
||||
if(data){
|
||||
|
||||
@ -167,9 +167,9 @@ import { methodOf } from 'lodash-es';
|
||||
const fileList = ref<any[]>([]);
|
||||
const list = ref<any[]>([]);
|
||||
const { notification } = useMessage();
|
||||
const tableId = ref<string>('');
|
||||
const tableName = ref<string>('');
|
||||
const columnName = ref<string>('');
|
||||
const tableId = ref<string>(props.value);
|
||||
const tableName = ref<string>(props.tableName);
|
||||
const columnName = ref<string>(props.columnName);
|
||||
const removeIds = ref<string[]>([]);
|
||||
|
||||
const bindValues = (data:any)=>{
|
||||
|
||||
@ -164,9 +164,9 @@
|
||||
const fileList = ref<any[]>([]);
|
||||
const list = ref<any[]>([]);
|
||||
const { notification } = useMessage();
|
||||
const tableId = ref<string>('');
|
||||
const tableName = ref<string>('');
|
||||
const columnName = ref<string>('');
|
||||
const tableId = ref<string>(props.value);
|
||||
const tableName = ref<string>(props.tableName);
|
||||
const columnName = ref<string>(props.columnName);
|
||||
|
||||
const bindValues = (data:any)=>{
|
||||
if(data){
|
||||
|
||||
Reference in New Issue
Block a user