Browse Source

房屋搜索更新时间组件改为时分秒

V1.0
mk 2 years ago
parent
commit
6deec1502b
  1. 7
      src/views/modules/base/community/community.vue

7
src/views/modules/base/community/community.vue

@ -127,7 +127,7 @@
:picker-options="startPickerOptions"
class="u-item-width-daterange"
size="small"
type="date"
type="datetime"
value-format="yyyy-MM-dd HH:mm:ss"
value="yyyy-MM-dd"
placeholder="开始时间"
@ -139,7 +139,7 @@
:picker-options="endPickerOptions"
class="u-item-width-daterange u-data-tag"
size="small"
type="date"
type="datetime"
value-format="yyyy-MM-dd HH:mm:ss"
value="yyyy-MM-dd"
placeholder="结束时间"
@ -342,7 +342,6 @@ import { mapGetters } from "vuex";
import { Loading } from "element-ui"; // Loading
import nextTick from "dai-js/tools/nextTick";
import debounce from "lodash/debounce";
import deepClone from "@/utils/deepClone.js";
let loading; //
export default {
data() {
@ -523,6 +522,7 @@ export default {
// filterText (val) {
// this.$refs.ref_tree.filter(val);
// },
updateStartDate(){}
},
methods: {
handleChangeV(val) {
@ -596,7 +596,6 @@ export default {
this.$message.error(msg);
}
},
async getBuildList() {
const url = "/actual/base/communityBuilding/buildingoption";
let params = {

Loading…
Cancel
Save