|
@@ -154,15 +154,13 @@
|
|
|
var btnArray = ['否', '是'];
|
|
|
mui.confirm('是否' + _this.subForm.content + '所勾选的注册申请?', '提示', btnArray, function(e) {
|
|
|
if (e.index == 1) {
|
|
|
- if (e.index == 1) {
|
|
|
- _this.set_register_examine_form(_this.subForm);
|
|
|
- _this.$router.push({
|
|
|
- name: 'MasterCompanyRegisterSelectDevice',
|
|
|
- query: {
|
|
|
- hasSceneId4: _this.hasSceneId4 ? '1' : '0'
|
|
|
- }
|
|
|
- })
|
|
|
- }
|
|
|
+ _this.set_register_examine_form(_this.subForm);
|
|
|
+ _this.$router.push({
|
|
|
+ name: 'MasterCompanyRegisterSelectDevice',
|
|
|
+ query: {
|
|
|
+ hasSceneId4: _this.hasSceneId4 ? '1' : '0'
|
|
|
+ }
|
|
|
+ })
|
|
|
}
|
|
|
})
|
|
|
}
|