Ver código fonte

设备点位——批量引入

wyh 1 ano atrás
pai
commit
c6cc569ab1

+ 1 - 1
src/views/module_ems/tpmTag/modulesPL/TpmTagFormPL.vue

@@ -5,7 +5,7 @@
 <script>
 
 export default {
-    name: 'TpmTagFormPL',
+    name: 'TpmTagFormPL1',
     components: {
     },
     data () {

+ 3 - 3
src/views/module_ems/tpmTag/modulesPL/TpmTagModalPL.vue

@@ -9,16 +9,16 @@
     :okButtonProps="{ class:{'jee-hidden': disableSubmit} }"
     @cancel="handleCancel"
     cancelText="关闭">
-    <TpmTagFormPL></TpmTagFormPL>
+    <TpmTagFormPL1 ref="realForm" @ok="submitCallback"></TpmTagFormPL1>
   </j-modal>
 </template>
 
 <script>
-  import TpmTagFormPL from './TpmTagFormPL'
+  import TpmTagFormPL1 from './TpmTagFormPL1'
   export default {
     name: 'TpmTagModalPL',
     components: {
-      TpmTagFormPL
+      TpmTagFormPL1
     },
     data () {
       return {