Commit d24ee086 by 李金轩

ljx

1 parent 1a0b0450
......@@ -15,7 +15,7 @@ axiosInstance.interceptors.request.use(
config => {
if (['localhost', '192.168.1.104'].includes(window.location.hostname))
{
config.headers.Authorization = '0cb1645a-d091-423e-9afa-4724564119a8'
config.headers.Authorization = 'b321efe7-1a70-4a99-b837-b6bfac2d7d38'
}
else
{
......
......@@ -434,6 +434,11 @@ export default {
}
const deleteRecord = function({channelSerialnum}) {
if (channelSerialnum === undefined)
{
return
}
dataList.value = dataList.value.filter(
item => item.channelSerialnum !== channelSerialnum
)
......
......@@ -54,7 +54,7 @@
</a-form>
<div class="result-wrapper-2">
<el-row v-for="item in resultList">
<el-row v-for="item in resultList" style="padding: 2px 0">
<el-col :span="3">
{{ progressMap[item.scheduleType] + ':' }}
</el-col>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!