Commit 907aaa19 by liuliufashi

update

parent 0993f438
VUE_APP_MODE = 'dev'
NODE_ENV=production browserify -g envify -e main.js | uglifyjs -c -m > build.js
VUE_APP_BASE_URL = '/iships/'
VUE_APP_MODE = 'http://43.142.42.187:8899//occloud'
VUE_APP_MODE = 'http://43.142.42.187:8899/occloud'
VUE_APP_TEXT = '测试环境'
\ No newline at end of file
No preview for this file type
......@@ -218,8 +218,11 @@ const handleOk = async (e: MouseEvent) => {
const expireendtime = (moment(value4.value.$d).format('YYYY-MM-DD')) + (moment(value5.value.$d).format('THH:mm:[00][Z]'))
formState.value.fullphone = formState.value.fullphone ? '0' : '1'
formState.value.payment = formState.value.payment * 100
console.log(formState,'formState');
const params = {
...formState.value,
expireendtime,
uid,
}
const data: any = await onUpdateGoodsPay(params)
......@@ -240,8 +243,6 @@ const onGetSearch = async () => {
pagination.total = data.data.count
}
const onEdit = (e: any) => {
console.log(e, 'e');
formState.value = {
...e
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment