Commit bf8253e5 authored by wangxl's avatar wangxl

55

parent f9fb7852
......@@ -100,6 +100,7 @@
</template>
<script>
import moment from 'moment'
export default {
name: "projectKpiInfo",
props: {
......@@ -123,6 +124,7 @@ export default {
this.LoadParameterInfo()
},
methods: {
moment,
LoadParameterInfo() {
let pars1 = { typeId: 67 }
this.$api.parameter.getParameterListByTypeId(pars1)
......
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