Commit ffe23bbc by zhuzhequan

版本管理

parent afaf5631
import axios from '../axios' import axios from '../axios'
export function erpProductionAssistantManage(data) { export function erpProductionAssistantManage(data) {
return axios.post('/erpProductionAssistantManage/uploadToLocal', data, { return axios.post('/erpAppManage/uploadToLocal', data, {
headers: { headers: {
'Content-Type': 'multipart/form-data' 'Content-Type': 'multipart/form-data'
} }
...@@ -9,9 +9,9 @@ export function erpProductionAssistantManage(data) { ...@@ -9,9 +9,9 @@ export function erpProductionAssistantManage(data) {
} }
export function erpProductionAssistantManageListPage(data) { export function erpProductionAssistantManageListPage(data) {
return axios.post('/erpProductionAssistantManage/list_page', data) return axios.post('/erpAppManage/list_page', data)
} }
export function deleteErpProductionAssistantManage(data) { export function deleteErpProductionAssistantManage(data) {
return axios.get('/erpProductionAssistantManage/delete?ids=' + data) return axios.get('/erpAppManage/delete?ids=' + data)
} }
\ No newline at end of file
...@@ -4,7 +4,9 @@ import router from './router' ...@@ -4,7 +4,9 @@ import router from './router'
import store from './store' import store from './store'
import './plugins/myui' import './plugins/myui'
import element from '@/common/components/element-ui.js' import element from '@/common/components/element-ui.js'
import vxeTable from '@/common/components/vxeTable.js' import vxeTable from 'vxe-table'
import 'xe-utils'
import 'vxe-table/lib/index.css'
import './common/style/index.scss' import './common/style/index.scss'
import './assets/css/common.css' import './assets/css/common.css'
import Directives from './utils/directives' import Directives from './utils/directives'
......
...@@ -861,7 +861,7 @@ export default { ...@@ -861,7 +861,7 @@ export default {
}, },
data() { data() {
const userInfo = localStorage.getItem('user') const userInfo = localStorage.getItem('user')
var validatePass2 = (rule, value, callback) => { const validatePass2 = (rule, value, callback) => {
const start = new Date(value) const start = new Date(value)
if (!value) { if (!value) {
callback(new Error('请选择预计完成时间')) callback(new Error('请选择预计完成时间'))
......
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