mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-06 16:43:32 +09:00
WorkState 뷰 및 컨트롤러 및 서비스
This commit is contained in:
@@ -110,11 +110,6 @@ export default {
|
||||
created() {
|
||||
},
|
||||
destroyed() {
|
||||
// this.$store.commit('dataStore/updateDataStore', '');
|
||||
this.$store.commit('searchcondition/updateSearchCondition', {
|
||||
params: {
|
||||
},
|
||||
});
|
||||
},
|
||||
mounted() {
|
||||
let page = 1;
|
||||
@@ -128,7 +123,7 @@ export default {
|
||||
isKeep = true;
|
||||
}
|
||||
*/
|
||||
this.grid.pagePerRows = 50;
|
||||
this.grid.pagePerRows = 30;
|
||||
page = 1;
|
||||
this.search(isKeep);
|
||||
},
|
||||
@@ -136,7 +131,7 @@ export default {
|
||||
methods: {
|
||||
fnSaveTxt(){
|
||||
let params = {
|
||||
startDate : this.startDate,
|
||||
startDate : moment(this.startDate).format('YYYY-MM-DD'),
|
||||
startTime : this.startTime,
|
||||
endTime : this.endTime,
|
||||
state : this.state,
|
||||
|
||||
Reference in New Issue
Block a user