pages/basics/pakin.vue
@@ -280,7 +280,7 @@ }, success: function(res) { // 通过eventChannel向被打开页面传送数据 向另外一个页面传递值的 res.eventChannel.emit('acceptDataFromOpenerPage', {commonUrl:that.commonUrl }) res.eventChannel.emit('commonUrl', {commonUrl:that.commonUrl }) }, }); @@ -400,7 +400,6 @@ this.count = value }, confirm() { console.log(this.count) this.matList[this.rowNum].anfme = this.count this.$refs.revise.close() this.$forceUpdate() // 强制刷新