修改时间戳

main
bmpandlcm 11 months ago
parent 1fdfb3c61c
commit 494fe9a4fd

@ -4,8 +4,8 @@ import {ElMessage} from "element-plus";
// axios.defaults.staticBaseURL = '../'
//axios.defaults.baseURL = 'http://' + window.location.host //正式
axios.defaults.baseURL = 'http://' + window.location.hostname + ':9003' //测试
axios.defaults.baseURL = 'http://' + window.location.host //正式
//axios.defaults.baseURL = 'http://' + window.location.hostname + ':9003' //测试
//post请求头
//axios.defaults.headers.post["Content-Type"] = "application/x-www-form-urlencoded;charset=UTF-8";

@ -84,7 +84,7 @@ import {getCarnoDicByPage, batchDelCarnoDicDatas} from "../../../util/api/api.js
import {Search,Delete,Refresh,Edit,Plus,Position,Expand,Collection} from '@element-plus/icons-vue'
import whiteDicAdd from "@/views/dev/detail/whiteDicAdd.vue"
import whiteListBatchUpdate from "@/views/dev/detail/whiteListBatchUpdate.vue"
import {now} from "moment";
var _this;
export default{
data(){
@ -112,7 +112,9 @@ export default{
closeModal:false,
}},
methods:{
now,
now(){
return new Date().getTime()
},
handleSizeChange(val) {
this.pageSize = val;
this.isLoding=true;

@ -123,7 +123,6 @@ html{
import { ref} from "vue";
import {getLogListByPage, exportWhiteCarnoList,getSelectList} from "../../../util/api/api.js";
import {Search,Refresh} from '@element-plus/icons-vue'
import {now} from "moment";
var _this;
export default{
data(){
@ -143,7 +142,9 @@ export default{
opertypeList:[{"VALUE":1,"LABEL":"新增产生"},{"VALUE":2,"LABEL":"删除产生"},{"VALUE":3,"LABEL":"修改产生"}]
}},
methods:{
now,
now(){
return new Date().getTime()
},
handleSizeChange(val) {
this.pageSize = val;
this.isLoding=true;

@ -245,7 +245,6 @@ import HintButton from "@/Components/HintButton/tipButton.vue";
import whiteListAdd from "@/views/dev/detail/whiteListAdd.vue"
import whiteListBatchUpdate from "@/views/dev/detail/whiteListBatchUpdate.vue"
import whiteAccountText from "@/views/dev/detail/whiteAccountText.vue"
import {now} from "moment";
var _this;
export default{
data(){
@ -286,7 +285,9 @@ export default{
doubleclikIndex:-1,//
}},
methods:{
now,
now(){
return new Date().getTime();
},
handleSizeChange(val) {
this.pageSize = val;
this.isLoding=true;

Loading…
Cancel
Save