|
|
@@ -849,43 +849,13 @@ const enterDialog = async () => {
|
|
|
let lastCellValue=ref()
|
|
|
// 双击表格操作
|
|
|
function doubleClick(row) {
|
|
|
-
|
|
|
- // console.log(row, column, event);
|
|
|
- // updateCompanyFunc(row);
|
|
|
- type.value = 'update';
|
|
|
- lastCellValue= row['UniqId'];
|
|
|
- console.log(lastCellValue)
|
|
|
- table.value=lastCellValue
|
|
|
- getpickInfo(table.value)
|
|
|
+ type.value = 'update';
|
|
|
+ getpickInfo(row['UniqId'])
|
|
|
+ dialogFormVisible.value = true
|
|
|
}
|
|
|
// 单击表格操作
|
|
|
function Click(row, column, event) {
|
|
|
- lastCellValue= row['UniqId'];
|
|
|
- console.log(lastCellValue)
|
|
|
- // if(row['table_type']=='db_sczl'){
|
|
|
- // dialogFormVisible.value = true
|
|
|
- // GetInfo(table.value)
|
|
|
- // }else{
|
|
|
- // console.log('此数据不展示详细信息')
|
|
|
- // }
|
|
|
-}
|
|
|
-
|
|
|
-function GxMcdoubleClick(row) {
|
|
|
-
|
|
|
- GxMcvalue=row
|
|
|
- closegetGxMcshow()
|
|
|
- console.log(GxMcvalue.Gd_cpmc)
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- // 根据 response.data.length 的值动态给 formData 中的变量赋值
|
|
|
- let Bname = 'Gd_cpmc' + inputname.value;
|
|
|
- let Bname2= 'sczl_gxmc' + inputname.value;
|
|
|
- let Bname3 = 'sczl_yjGx' + inputname.value;
|
|
|
- formData.value[Bname] =GxMcvalue.Gd_cpmc; // 假设要赋的值是 123
|
|
|
- formData.value[Bname2] = GxMcvalue.Gy0_gxmc;
|
|
|
- formData.value[Bname3] = GxMcvalue.jyGx;
|
|
|
-
|
|
|
+ lastCellValue= row['UniqId'];
|
|
|
}
|
|
|
|
|
|
// 导出excel
|