|
|
@@ -13,11 +13,6 @@
|
|
|
:value="`${dict.value}`"></el-option>
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
-
|
|
|
- <!-- <el-form-item>
|
|
|
- <el-button type="primary" icon="el-icon-search" size="mini" @click="handleQuery">搜索</el-button>
|
|
|
- <el-button icon="el-icon-refresh" size="mini" @click="resetQuery">重置</el-button>
|
|
|
- </el-form-item> -->
|
|
|
</el-form>
|
|
|
|
|
|
<el-row :gutter="10" class="mb8">
|
|
|
@@ -157,9 +152,9 @@
|
|
|
</el-date-picker>
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
- <!-- <div slot="footer" class="dialog-footer">
|
|
|
+ <div slot="footer" class="dialog-footer">
|
|
|
<el-button @click="cancel">取 消</el-button>
|
|
|
- </div> -->
|
|
|
+ </div>
|
|
|
</DialogCom>
|
|
|
</div>
|
|
|
</template>
|
|
|
@@ -275,6 +270,7 @@ export default {
|
|
|
// 取消按钮
|
|
|
cancel() {
|
|
|
this.open = false;
|
|
|
+ this.yes=false;
|
|
|
this.reset();
|
|
|
},
|
|
|
// 表单重置
|