|
@@ -645,7 +645,6 @@ export default {
|
|
|
this.$refs.cascader.clearCheckedNodes()//调用方法无效
|
|
|
},
|
|
|
saveReplace () {//保存按钮
|
|
|
-
|
|
|
if (this.value&& this.table.td&& this.table.tr) {
|
|
|
this.tag = true
|
|
|
this.submit({
|
|
@@ -677,7 +676,7 @@ export default {
|
|
|
console.log(res);
|
|
|
if (res.code === 200) {
|
|
|
this.tag = false
|
|
|
- this.value = ''
|
|
|
+ // this.value = ''
|
|
|
this.options = []
|
|
|
localStorage.setItem('editElement', res.data)
|
|
|
this.getElementInfoByTabId()
|
|
@@ -815,7 +814,7 @@ export default {
|
|
|
//excel父节点点击检测
|
|
|
parentClick(e){
|
|
|
let target = e.target;
|
|
|
-
|
|
|
+ console.log(target,'target');
|
|
|
let bgs = document.querySelectorAll("#parent .oldlace-bg")
|
|
|
//console.log(bgs)
|
|
|
for (let i = 0; i < bgs.length; i++) {
|