wuxw
2019-12-01 5be014d9e696d897a32dd0f16e6bc38d06930e2b
打印监听是否显示日志
2个文件已修改
3 ■■■■ 已修改文件
WebService/src/main/resources/components/machinePackage/add-machine/addMachine.html 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebService/src/main/resources/components/unitPackage/unit-select2/unitSelect2.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebService/src/main/resources/components/machinePackage/add-machine/addMachine.html
@@ -79,7 +79,6 @@
                                           callBackListener="addMachine"
                                           callBackFunction="notify"
                                           namespace="addMachine"
                                ></vc:create>
                            </div>
                        </div>
@@ -92,7 +91,6 @@
                                           callBackListener="addMachine"
                                           callBackFunction="notify"
                                           namespace="addMachine"
                                ></vc:create>
                            </div>
                        </div>
WebService/src/main/resources/components/unitPackage/unit-select2/unitSelect2.js
@@ -19,6 +19,7 @@
                deep: true,
                handler: function () {
                    vc.emit($props.callBackListener, $props.callBackFunction, this.unitSelect2Info);
                    console.log('是否执行 watch',$props.callBackListener, $props.callBackFunction, this.unitSelect2Info);
                    vc.emit($namespace, 'roomSelect2', "transferRoom", this.unitSelect2Info);
                }
            }