Commit 8e7f8af4 authored by 李苏's avatar 李苏 💬

同步更新删除类型

parent 73559040
<template> <template>
<div style="display: flex;"> <div style="display: flex;">
<Xq v-if="showDialog" :app='this' /> <Xq v-if="showDialog" :app='this' />
<div class="min_full" style="width: 200px;border-right: 0px;"> <!-- <div class="min_full" style="width: 200px;border-right: 0px;">
<LazyTree treeTitle='容器分类' @selected='selectedTree' url='wms/jcsj/rqfl/queryRoot' /> <LazyTree treeTitle='容器分类' @selected='selectedTree' url='wms/jcsj/rqfl/queryRoot' />
</div> </div> -->
<div class="min_full" style="width: calc(100% - 200px)"> <div class="min_full" style="width: calc(100% - 0px)">
<!-- 查询条件--> <!-- 查询条件-->
<div class="search" v-condition> <div class="search" v-condition>
<SearchButton :app='app'></SearchButton> <SearchButton :app='app'></SearchButton>
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
name: 'materialInfo', name: 'materialInfo',
/* 初始额外赋值*/ /* 初始额外赋值*/
async mounted() { async mounted() {
// this.$refs['TablePager'].pageQuery() this.$refs['TablePager'].pageQuery()
}, },
data() { data() {
return { return {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment