|
|
|
@ -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 = { |
|
|
|
|