|
@@ -165,21 +165,6 @@
|
|
|
</vxe-table>
|
|
|
</a-card>
|
|
|
|
|
|
- <a-drawer
|
|
|
- :title="title"
|
|
|
- :width="width"
|
|
|
- placement="right"
|
|
|
- :closable="false"
|
|
|
- @close="close"
|
|
|
- destroyOnClose
|
|
|
- :visible="visible">
|
|
|
- <!-- <itdm-yuzhi-form ref="realForm" @ok="submitCallback" :disabled="disableSubmit" normal></itdm-yuzhi-form> -->
|
|
|
- <!-- <div class="drawer-footer">
|
|
|
- <a-button @click="handleCancel" style="margin-bottom: 0;">关闭</a-button>
|
|
|
- <a-button v-if="!disableSubmit" @click="handleOk" type="primary" style="margin-bottom: 0;">提交</a-button>
|
|
|
- </div> -->
|
|
|
- </a-drawer>
|
|
|
-
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
@@ -193,9 +178,6 @@ export default {
|
|
|
mixins: [JeecgListMixin, mixinDevice],
|
|
|
data() {
|
|
|
return {
|
|
|
- title:"上传附件",
|
|
|
- width:800,
|
|
|
- visible: false,
|
|
|
// 查询
|
|
|
queryParam2: {},
|
|
|
queryParam: {},
|
|
@@ -376,13 +358,8 @@ export default {
|
|
|
saveSj(this.dataSource).then((res) => {
|
|
|
})
|
|
|
},
|
|
|
- close () {
|
|
|
- this.$emit('close');
|
|
|
- this.visible = false;
|
|
|
- },
|
|
|
// 上传附件
|
|
|
submitFJ(){
|
|
|
- this.visible = true
|
|
|
},
|
|
|
create() {
|
|
|
|