|
@@ -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 {
|