jiangping
2024-02-04 3c2e49d7bcc91268a75689db400d1f1698c0f8b7
company/src/components/business/OperaInsuranceApplyWindow.vue
@@ -250,6 +250,9 @@
        <additionSubtractionApplication ref="additionSubtractionApplication" @success="successEvent" />
        <!--    换厂申请    -->
        <factoryChange ref="factoryChange" @success="successEvent" />
      <template v-slot:footer>
        <el-button @click="visible=false">返回</el-button>
      </template>
    </GlobalWindow>
</template>
@@ -335,6 +338,8 @@
     open(title,target){
        this.visible = true;
        this.title = title
        this.model={}
        this.dataId=null
        this.dataId = target.id
        this.getDetail()
        this.getList()
@@ -520,7 +525,7 @@
    onSubmit(){
    },
    getDetail(){
     getDetail(){
      getDetail(this.dataId).then(res => {
        this.model = res
        this.tableData = new Array()