|
@@ -719,7 +719,6 @@ export default {
|
|
this.getExcelHtml(pkeyId);
|
|
this.getExcelHtml(pkeyId);
|
|
},
|
|
},
|
|
handleEditFormula(row) {
|
|
handleEditFormula(row) {
|
|
- console.log(row,'公式');
|
|
|
|
this.curEleTable = row;
|
|
this.curEleTable = row;
|
|
getTableElments(this.curEleTable.initTableId).then((res) => {
|
|
getTableElments(this.curEleTable.initTableId).then((res) => {
|
|
// selectFormElements(this.curEleTable.id).then((res) => {
|
|
// selectFormElements(this.curEleTable.id).then((res) => {
|