#
whycq
2022-08-18 1c3348591f1529df57a844385af0ade821e67566
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() // 强制刷新